home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
comm
/
tcp
/
AmiSlate1_2.lha
/
AmiSlate
/
ExampleRexx
/
remote.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-05-24
|
378b
|
12 lines
/* A program demonstrating how to use RemoteEasyRequest to ask a
question of the Remote AmiSlate user. */
parse arg CommandPort ActiveString
address (CommandPort)
options results
RemoteEasyRequest '"'||"Remote Request"||'"' '"'||"Please Pick a number"||'"' '1|2|3|4|5|0'
waitevent stem l. message
EasyRequest Answer '"'||"The remote user picked: "|| l.message||'"' Okay